STEP 17: Now we'll create a list of frequencies for each outcome!
Each time this loop runs, we count the number of times the value appears. That count will be added to freq_list. When the loop is finished, you'll have a complete list of frequencies!
To navigate the page using the TAB key, first press ESC to exit the code editor.